BootstrapGridViewColumnLayoutItemBuilder Members
Represents a layout item within the Grid View’s edit form.Methods
| Name | Description |
|---|---|
| BeginRow(Boolean) | Specifies whether an item should be rendered within a new row. |
| Caption(String) | Sets the text displayed in the layout item. |
| CaptionSettings(Action<BootstrapLayoutItemCaptionSettingsBuilder>) | Provides access to the item’s caption settings. |
| ClientVisible(Boolean) | Sets a value that specifies the layout item’s initial visibility state on the client. |
| ColSpanLg(Int32) | Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 992px. |
| ColSpanMd(Int32) | Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 768px. |
| ColSpanSm(Int32) | Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 576px. |
| ColSpanXl(Int32) | |
| ColumnName(String) | Sets the name of a column assigned to the current item. |
| CssClasses(Action<BootstrapFormLayoutItemCssClassesBuilder>) | Provides access to CSS classes applied to visual elements of a Form Layout item. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| HelpText(String) | Sets the current layout item help text. |
| HelpTextSettings(Action<BootstrapLayoutItemHelpTextSettingsBuilder>) | Provides access to the help text settings within a layout item. |
| HorizontalAlign(FormLayoutHorizontalAlign) | Sets the current layout item’s horizontal alignment. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| Name(String) | Sets the unique identifier name for the current layout item or layout group. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RequiredMarkDisplayMode(FieldRequiredMarkMode) | Sets the required mark visibility mode. |
| ShowCaption(Nullable<Boolean>) | Sets a value that defines whether to show or hide the layout item’s caption. |
| Template(TemplateContent) | Sets a template used for displaying the content of the particular column layout item. |
| Template(TemplateContentCallback<GridViewEditFormLayoutItemTemplateContainerSettings>) | Sets a template used for displaying the content of the particular column layout item. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Visible(Boolean) | Sets a value specifying the visibility of the current layout item or group. |
| VisibleIndex(Int32) | Sets a value specifying the position of the current layout item or group amongst the visible items in a group (or at a control’s root level). |
See Also