Skip to main content

BootstrapGridViewFormLayoutProperties Members

Contains settings that relate to the FormLayout used in the GridView’s edit form.

Constructors

Name Description
BootstrapGridViewFormLayoutProperties() Initializes a new instance of the BootstrapGridViewFormLayoutProperties class with default settings.
BootstrapGridViewFormLayoutProperties(IPropertiesOwner) Initializes a new instance of the BootstrapGridViewFormLayoutProperties class with the specified owner.

Properties

Name Description
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 Provides access to the collection of items placed in the edit form layout.
LayoutType Specifies the layout type for the Form Layout items.
OptionalMark Gets or sets the text displayed within optional marks. Inherited from FormLayoutProperties.
ParentSkinOwner For internal use only. 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 Provides access to the layout item caption settings within the form layout editor.
SettingsItemHelpTexts Provides access to the help text settings within the form layout editor.
SettingsItems Provides access to the layout item settings within the form layout editor.
ShowItemCaptionColon Gets or sets a value that specifies whether the colon character is appended to layout item captions. Inherited from FormLayoutProperties.

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.
FindColumnItem(String) Returns a column layout item by its name or column name. Inherited from GridFormLayoutProperties.
FindItemOrGroupByName(String) Returns a layout item or group object with the specified LayoutItemBase.Name property value. 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.
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