ResponsiveProfile
Wisej.Base.ResponsiveProfile
Last updated
Was this helpful?
Wisej.Base.ResponsiveProfile
Last updated
Was this helpful?
Namespace: Wisej.Base
Assembly: Wisej.Framework (4.0.0.0)
Provides properties that specify how the control should adapt itself to a specific responsive profile break. When serialized into the containers .resx it serializes the collection of property names and values associated with this responsive profile.
String: Name of the matching responsive profile.
ResponsiveProfileCollection: Returns or sets the collection that owns this profile.
Dictionary<String, Object>: Creates and returns the value collection.
Returns a cloned ResponsiveProfile sharing the same Values.
Returns: ResponsiveProfile. Clone ResponsiveProfile.
Ensures that all the values in this responsive profile have a corresponding property descriptor. it's necessary to create the extended property descriptors for properties provided by the extenders.
Returns the responsive property value.
Returns: Object.
Checks if this profile should get serialized.
Returns: Boolean.
Removes the property value.
Sets the responsive property value.
Checks whether the specified property should be serialized.
Returns: Boolean.
Updates the responsive properties in the component using the values stored in this profile.
Updates the values in this profile using the responsive properties from the component.
newProfile
Optional null profile. When indicated, we update only the values that would be overridden by the values in newProfile.