Wisej.Base.ResponsiveProfile
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.
name
Name of the property to retrieve the value for.
Returns: Object.
Checks if this profile should get serialized.
Returns: Boolean.
Removes the property value.
name
Name of the property to remove.
Sets the responsive property value.
name
Name of the property to save.
value
Value to save in relation to the property.
providerName
Name of the IExtenderProvider that implements the property, or null.
Checks whether the specified property should be serialized.
name
Name of the property to check.
Returns: Boolean.
Updates the responsive properties in the component using the values stored in this profile.
exclude
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.