GridExpandColumn Properties |
The GridExpandColumn type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ButtonType |
Gets a Kettic.AspNet.Controls.GridExpandColumnType value, indicating the type of the
button. The button of the GridExpandColumn is always of type ImageButton.
|
![]() |
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).
|
![]() |
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() { }
|
![]() |
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).
|
![]() |
Groupable |
Gets a Boolean value indicating whether the
GridGroupSplitterColumn is groupable. This value is always false.
(Overrides GridColumnGroupable.) |
![]() |
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.) |
![]() |
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.) |
![]() |
UniqueName |
Gets or sets a string, specifying the Unique name of the column. The default value
is "ExpandColumn". function
GridCreated() { } (Overrides GridColumnUniqueName.) |
![]() |
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.) |