BootstrapFormLayoutProperties Members
Contains settings specific to the Form Layout control.Constructors
Name | Description |
---|---|
BootstrapFormLayoutProperties(IPropertiesOwner) | Initializes a new instance of the BootstrapFormLayoutProperties class with the specified owner. |
Properties
Name | Description |
---|---|
AlignItemCaptions | Gets or sets whether the layout item captions are auto-aligned independently within the form layout. Inherited from FormLayoutProperties. |
AlignItemCaptionsInAllGroups | |
EncodeHtml | Gets or sets a value that specifies whether the control keeps any of its values that are HTML as HTML, or strips out the HTML markers from it instead. Inherited from FormLayoutProperties. |
Items | |
LayoutType | |
LeftAndRightCaptionsWidth | Gets or sets the width of captions that are displayed to the left or right of the nested control. Inherited from FormLayoutProperties. |
NestedControlWidth | Gets or sets the width of editors contained in the form layout. Inherited from FormLayoutProperties. |
OptionalMark | Gets or sets the text displayed within optional marks. Inherited from FormLayoutProperties. |
Paddings | Gets the editor’s padding settings. Inherited from FormLayoutProperties. |
ParentSkinOwner | For internal use only. Inherited from FormLayoutProperties. |
ParentStyles | This property is not in effect for the FormLayoutProperties class. Inherited from FormLayoutProperties. |
RequiredMark | Gets or sets the text displayed within required marks. Inherited from FormLayoutProperties. |
RequiredMarkDisplayMode | Gets or sets the required mark display mode. Inherited from FormLayoutProperties. |
SettingsItemCaptions | |
SettingsItemHelpTexts | Provides access to the help text settings within the form layout editor. Inherited from FormLayoutProperties. |
SettingsItems | Provides access to the layout item settings within the form layout editor. Inherited from FormLayoutProperties. |
ShowItemCaptionColon | Gets or sets a value that specifies whether the colon character is appended to layout item captions. Inherited from FormLayoutProperties. |
Styles | Provides access to the style settings that control the appearance of the form layout visual elements. Inherited from FormLayoutProperties. |
UseDefaultPaddings | Specifies if the root layout group is displayed with default paddings, or the paddings should be hidden. Inherited from FormLayoutProperties. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. |
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. |
FindItemByFieldName(String) | Returns a layout item by its field name. Inherited from FormLayoutProperties. |
FindItemOrGroupByName(String) | Returns a layout item or group object with the specified LayoutItemBase.Name property value. Inherited from FormLayoutProperties. |
FindNestedControlByFieldName(String) | Returns a control that is nested into the layout item with the specified field name. Inherited from FormLayoutProperties. |
ForEach(Action<LayoutItemBase>) | Performs the specified action on each item in the form layout. Inherited from FormLayoutProperties. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetNestedControlValueByFieldName(String) | Returns a value of a control that is nested into the layout item with the specified field name. Inherited from FormLayoutProperties. |
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