Click or drag to resize
UniGrid Fields

The UniGrid type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberALL
Constant representing all data source
Public fieldStatic memberCUSTOM_FILTER_SOURCE_NAME
Name of the custom filter control set via GridOptions.FilterPath. Custom filter can be accessed by FilterFields[CUSTOM_FILTER_SOURCE_NAME].
Protected fielddataSourceIsUsed
Indicates whether external data source is used.
Protected fielddisplayFilter
Indicates whether a filter should be displayed above the UniGrid. If the amount of displayed rows is lower than the value of the FilterLimit key, the filter will be hidden despite this setting. Loaded from UniGrid options.
Protected fieldisEmpty
Indicates if the data source is empty.
Protected fieldmAccessDeniedPage
Access denied page
(Inherited from CMSUserControl.)
Protected fieldmCMSDeskAccessDeniedPage
CMSDesk access denied page
(Inherited from CMSUserControl.)
Protected fieldmControlContext
Control context
(Inherited from CMSUserControl.)
Protected fieldmControlGUID
Control GUID
(Inherited from CMSUserControl.)
Protected fieldmDisplayMode
Display mode
(Inherited from CMSUserControl.)
Protected fieldmRelativePath
Relative path
(Inherited from CMSUserControl.)
Protected fieldmRowsCount
Rows count of UniGrid data source.
Protected fieldmUseCMSDeskAccessDeniedPage
Indicates whether CMSDesk access denied page should be used
(Inherited from CMSUserControl.)
Protected fieldmViewStateTracked
If true, the ViewState has been already tracked.
(Inherited from InlineUserControl.)
Protected fieldonActionUsed
Indicates whether UniGrid action was raised. Used for data reloading.
Protected fieldpagerForceNumberOfResults
Total number of available records returned from data reload.
Protected fieldqueryStringHashTable
Dictionary of where conditions by filters for filtering by query parameters. Filter name = Where condition.
Public fieldStatic memberSELECTALL_EXTERNAL_DATABOUND
Select all external source name. Used for header external DataBound of SelectAll check box.
Public fieldStatic memberSELECTION_EXTERNAL_DATABOUND
Selection external source name. Used for external DataBound of selection column.
Protected fieldshowSelection
Indicates whether a column allowing the selection of rows should be displayed on the left of the UniGrid. Loaded from UniGrid options.
Protected fieldshowSortDirection
Determines if an arrow showing the sorting direction should be displayed next to the header of the column used for sorting. Loaded from UniGrid options.
Top
See Also