Click or drag to resize
GridExpandColumn Properties

The GridExpandColumn type exposes the following members.

Properties
  Name Description
Public property ButtonType
Gets a Kettic.AspNet.Controls.GridExpandColumnType value, indicating the type of the button. The button of the GridExpandColumn is always of type ImageButton.
Public property CollapseImageUrl
Gets or sets a string, specifying the URL to the image, which will be used instead of the default Collapse image for the GridGroupSplitterColumn (the minus sign).
Public property CommandName
Gets or sets a string, representing the CommandName of the GridExpandColumn. The command name's default value is "ExpandCollapse". It can be used to determine the type of command in the ItemCommand event handler. function GridCreated() { }
Public property ExpandImageUrl
Gets or sets a string, specifying the URL to the image, which will be used instead of the default Expand image for the GridGroupSplitterColumn (the plus sign).
Public property Groupable
Gets a Boolean value indicating whether the GridGroupSplitterColumn is groupable. This value is always false.
(Overrides GridColumnGroupable.)
Public property Reorderable
Gets a Boolean value, indicating whether the GridExpandColumn is reorderable. This value is always false, due to the specificity of the column, which should always be positioned first.
(Overrides GridColumnReorderable.)
Public property Resizable
Gets a Boolean value, indicating whether the GridExpandColumn is resizable. This value is always false, due to the specificity of the column, which should always be positioned first.
(Overrides GridColumnResizable.)
Public property UniqueName
Gets or sets a string, specifying the Unique name of the column. The default value is "ExpandColumn". function GridCreated() { }
(Overrides GridColumnUniqueName.)
Public property Visible
Gets a Boolean value, indicating whether the GridExpandColumn is visible. This value is always false, due to the specificity of the column.
(Overrides GridColumnVisible.)
Top
See Also