Skip to main content
A newer version of this page is available. .

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