ClassColumnsState
Class
Represents a column state.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class ColumnsState
Inheritance: objectColumnsState
Constructors
ColumnsState()
Initializes a new instance of the ColumnsState class.
Declaration
cs-api-definition
public ColumnsState()
Properties
AllowResizeState
Gets or sets a value indicating whether the resize resize is allowed.
Declaration
cs-api-definition
public Dictionary<GridViewColumn, bool> AllowResizeState { get; set; }
Property Value
Dictionary<GridViewColumn, bool>
The state of the allow resize.