Back to Devexpress

Member Table: GridView Specific Settings

aspnet-9077-components-grid-view-concepts-aspxgridlookup-member-tables-member-table-gridview-specific-settings.md

latest3.4 KB
Original Source

Member Table: GridView Specific Settings

  • Dec 17, 2020
  • 2 minutes to read

Common Settings

MemberDescription
ASPxGridLookup.AutoGenerateColumnsGets or sets whether columns are automatically created for all fields in the underlying data source.
ASPxGridLookup.ColumnsProvides access to the editor’s column collection.
ASPxGridLookup.GridViewProvides access to an embedded ASPxGridView object.
ASPxGridLookup.GridViewClientSideEventsGets an object that lists the client-side events specific to the ASPxGridLookup.
ASPxGridLookup.GridViewPropertiesProvides access to the settings allowing you to customize the built-in ASPxGridView’s properties.

Data

MemberDescription
ASPxGridLookup.DataSourceGets or sets the object from which the data-bound editor retrieves its list of data items.
ASPxGridLookup.DataSourceIDGets or sets the ID of the control from which the data-bound editor retrieves its list of data items.
ASPxGridLookup.KeyFieldNameGets or sets the name of the data source key field.

Images

MemberDescription
ASPxGridLookup.GridViewImagesProvides access to the settings that define images displayed within the built-in ASPxGridView’s elements.
ASPxGridLookup.GridViewImagesEditorsProvides access to the settings that define images displayed within the built-in ASPxGridView’s editors.
ASPxGridLookup.GridViewImagesFilterControlProvides access to the settings that define images displayed within the built-in ASPxGridView’s Filter Control.

Styles

MemberDescription
ASPxGridLookup.GridViewStylesProvides access to the style settings that control the appearance of the built-in ASPxGridView’s elements.
ASPxGridLookup.GridViewStylesEditorsProvides access to style settings used to paint the built-in ASPxGridView’s editors.
ASPxGridLookup.GridViewStylesFilterControlProvides access to the style settings used to paint the built-in ASPxGridView’s Filter Control.
ASPxGridLookup.GridViewStylesPagerProvides access to the style settings that control the appearance of the Pager displayed within the built-in ASPxGridView.