BootstrapToolbarSettingsAdaptivity Members
Stores BootstrapToolbar‘s adaptivity settings.Constructors
Name | Description |
---|---|
BootstrapToolbarSettingsAdaptivity(IPropertiesOwner) | Initializes a new instance of the BootstrapToolbarSettingsAdaptivity class with specified settings. |
Properties
Name | Description |
---|---|
EnableAutoHideRootItems | Specifies whether the menu root items are automatically hidden when the browser width changes. Inherited from MenuSettingsAdaptivity. |
EnableCollapseRootItemsToIcons | Allows you to hide menu root item texts (and display only icons) when you minimize the browser window’s width. Inherited from MenuSettingsAdaptivity. |
EnableCollapseToSideMenu | Specifies whether the menu should be collapsed to the side menu when the browser window width is changed. Inherited from MenuSettingsAdaptivity. |
Enabled | Specifies whether an adaptive behavior is enabled for the menu. Inherited from MenuSettingsAdaptivity. |
MinRootItemsCount | Specifies the minimum number of toolbar’s root items displayed when the toolbar width decreases. Inherited from BootstrapToolbarSettingsAdaptivityBase. |
Title | Specifies a title applied to the toolbar in the adaptive mode. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the public properties from the specified object to the current one. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also