Skip to main content
Tab

GridViewProperties Members

Contains settings allowing you to customize the embedded ASPxGridView.

Constructors

Name Description
GridViewProperties(ASPxGridView) Initializes a new instance of the GridViewProperties class with the specified owner.

Properties

Name Description
AccessibilityCompliant Manipulates the built-in ASPxGridView’s ASPxGridBase.AccessibilityCompliant property.
Caption Manipulates the built-in ASPxGridView’s ASPxGridView.Caption property.
DataSourceForceStandardPaging Manipulates the built-in ASPxGridView’s ASPxGridBase.DataSourceForceStandardPaging property.
EditFormLayoutProperties Manipulates the built-in ASPxGridView’s ASPxGridView.EditFormLayoutProperties property.
EnableCallbackAnimation Gets or sets a value that specifies whether a specific animation effect is used when a control’s content is updated via a callback.
EnableCallbackCompression Manipulates the built-in ASPxGridView’s ASPxGridBase.EnableCallbackCompression property.
EnableCallBacks Manipulates the built-in ASPxGridView’s ASPxGridBase.EnableCallBacks property.
EnablePagingCallbackAnimation Gets or sets a value that specifies whether a specific animation effect is used when changing pages.
EnablePagingGestures Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture.
EnableRowsCache Manipulates the built-in ASPxGridView’s ASPxGridView.EnableRowsCache property.
GroupSummary Manipulates the built-in ASPxGridView’s ASPxGridView.GroupSummary property.
JSProperties Manipulates the built-in ASPxGridView’s ASPxGridBase.JSProperties property.
PreviewEncodeHtml This property is not in effect for the GridViewProperties class.
PreviewFieldName Manipulates the built-in ASPxGridView’s ASPxGridView.PreviewFieldName property.
Settings Manipulates the built-in ASPxGridView’s ASPxGridView.Settings property.
SettingsBehavior Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsBehavior property.
SettingsCommandButton Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsCommandButton property.
SettingsContextMenu Provides access to the GridView’s context menu settings.
SettingsCookies Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsCookies property.
SettingsCustomizationWindow Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsCustomizationWindow property.
SettingsDataSecurity Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsDataSecurity property.
SettingsDetail Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsDetail property.
SettingsEditing Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsEditing property.
SettingsLoadingPanel Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsLoadingPanel property.
SettingsPager Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsPager property.
SettingsPopup Provides access to the settings of different grid popup elements.
SettingsResizing Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsResizing property.
SettingsSearchPanel Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsSearchPanel property.
SettingsText Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsText property.
SummaryText Manipulates the built-in ASPxGridView’s ASPxGridView.SummaryText property.
Templates Manipulates the built-in ASPxGridView’s ASPxGridView.Templates property.
Toolbars Manipulates the built-in ASPxGridView’s ASPxGridView.Toolbars property.
TotalSummary Manipulates the built-in ASPxGridView’s ASPxGridView.TotalSummary property.

Methods

Name Description
Assign(GridViewProperties) Copies the settings from the specified GridViewProperties 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.
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 a string that represents the current object.
See Also