The IDataGrid type exposes the following members.

Properties

  NameDescription
Public propertyAllowColumnReorder
Gets or sets a value indicating whether to allow column reorder.
Public propertyAllowColumnResize
Gets or sets a value indicating whether to allow column resizing.
Public propertyAllowGrouping
Gets or sets a value indicating whether to allow grouping.
Public propertyAllowPaging
Gets or sets a value indicating whether to allow paging.
Public propertyAllowSorting
Gets or sets a value indicating whether to allow sorting.
Public propertyCanEdit
Gets a value indicating whether this instance can edit.
Public propertyColumns
Gets the columns.
Public propertyDateTimeFormat
Gets or sets the date time format.
Public propertyDefaultDataGridHeaderFilterOperator
Gets or sets the default header filter operator.
Public propertyDoubleFormat
Gets or sets the double values format.
Public propertyForceSingleColumnSort
Public propertyGroups
Gets the groups.
Public propertyIsInitialized
Gets a value indicating whether this instance is initialized.
Public propertyIsLoadingData
Gets a value indicating whether this instance is loading data.
Public propertyIsPagerEnabled
Gets a value indicating whether this instance is pager enabled.
Public propertyIsPagerVisible
Gets a value indicating whether this instance is pager visible.
Public propertyItemsView
Gets the items view.
Public propertyPageIndex
Gets or sets the index of the page.
Public propertyPageSize
Gets or sets the size of the page.
Public propertyShowGroupHeader
Gets or sets a value indicating whether [show group header].
Public propertyShowHeaderFilters
Gets or sets a value indicating whether [show header filters].
Public propertyTotalPages
Gets the total pages.

See Also