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