Back to Devexpress

ASPxGridBehaviorSettings Members

aspnet-devexpress-dot-web-dot-aspxgridbehaviorsettings-dot-underscore-members.md

latest5.0 KB
Original Source

ASPxGridBehaviorSettings Members

Serves as a base for classes that provide behavior options for grid-like controls (such as ASPxGridView, ASPxCardView and ASPxVerticalGrid).

Constructors

NameDescription
ASPxGridBehaviorSettings(IPropertiesOwner)Initializes a new instance of the ASPxGridBehaviorSettings class with specified settings.

Properties

NameDescription
AllowClientEventsOnLoadGets or sets a value that specifies whether the FocusedElementChanged and SelectionChanged client-side events are invoked on the first load.
AllowEllipsisInTextSpecifies whether the control can automatically truncate the cell texts if they don’t fit into the cell width.
AllowHeaderFilterSpecifies whether filtering using the header filter is allowed.
AllowSortSpecifies whether a user can sort data in a grid.
ConfirmDeleteSpecifies whether the Confirm Delete window is displayed before a data item (row, card, or record) is deleted.
EncodeErrorHtmlGets or sets whether to encode error row content.
HeaderFilterMaxRowCountGets or sets the maximum number of records that are scanned to populate a header filter dropdown with unique filter values.
ProcessSelectionChangedOnServerGets or sets a value that specifies whether selection changes should be processed on the server side.
SelectionStoringModeGets or sets a value that specifies how the control stores the keys of the selected records.
SortModeSpecifies how the control sorts its data.
SummariesIgnoreNullValuesGets or sets whether null values must be ignored when calculating summaries.

Methods

NameDescription
Assign(PropertiesBase)Copies the settings from the specified object to the current one.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

ASPxGridBehaviorSettings Class

DevExpress.Web Namespace