Skip to main content

VerticalGridSettings<ColumnType> Methods

Contains the VerticalGrid extension settings.
Name Description
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.
KeyFields<ValueType>(Expression<Func<ColumnType, ValueType>>[]) Allows you to define the key fields.
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.
SetCategoryCaptionTemplateContent(Action<VerticalGridHeaderTemplateContainer>) Allows you to provide a template to render the captions of VerticalGrid category rows. Inherited from VerticalGridSettings.
SetCategoryCaptionTemplateContent(String) Allows you to provide a template to render the captions of VerticalGrid category rows. Inherited from VerticalGridSettings.
SetCategoryTemplateContent(Action<VerticalGridHeaderTemplateContainer>) Allows you to provide a template to render VerticalGrid category rows. Inherited from VerticalGridSettings.
SetCategoryTemplateContent(String) Allows you to provide a template to render VerticalGrid category rows. Inherited from VerticalGridSettings.
SetDataItemContent(Action<VerticalGridDataItemTemplateContainer>) Allows you to provide a template for displaying data cells. Inherited from VerticalGridSettings.
SetDataItemContent(String) Allows you to provide a template for displaying data cells. Inherited from VerticalGridSettings.
SetEditItemContent(Action<VerticalGridBatchEditItemTemplateContainer>) Allows you to provide a template for displaying data editors. Inherited from VerticalGridSettings.
SetEditItemContent(String) Allows you to provide a template for displaying data editors. Inherited from VerticalGridSettings.
SetHeaderCaptionTemplateContent(Action<GridViewHeaderTemplateContainer>) Allows you to provide a template for rendering row header captions. Inherited from VerticalGridSettings.
SetHeaderCaptionTemplateContent(String) Allows you to provide a template for rendering row header captions. Inherited from VerticalGridSettings.
SetHeaderTemplateContent(Action<GridViewHeaderTemplateContainer>) Allows you to provide a template for rendering row headers. Inherited from VerticalGridSettings.
SetHeaderTemplateContent(String) Allows you to provide a template for rendering row headers. Inherited from VerticalGridSettings.
SetPagerBarContent(Action<VerticalGridPagerBarTemplateContainer>) Allows you to provide a template for displaying the pager. Inherited from VerticalGridSettings.
SetPagerBarContent(String) Allows you to provide a template for displaying the pager. Inherited from VerticalGridSettings.
SetStatusBarContent(Action<VerticalGridStatusBarTemplateContainer>) Allows you to provide a template for displaying the status bar. Inherited from VerticalGridSettings.
SetStatusBarContent(String) Allows you to provide a template for displaying the status bar. Inherited from VerticalGridSettings.
SetTitlePanelContent(Action<VerticalGridTitleTemplateContainer>) Allows you to provide a template for rendering the title panel. Inherited from VerticalGridSettings.
SetTitlePanelContent(String) Allows you to provide a template for rendering the title panel. Inherited from VerticalGridSettings.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also