Class ColumnsState
Represents a column state.
Inheritance
System.Object
ColumnsState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ColumnsState
Constructors
ColumnsState()
Properties
AllowResizeState
Gets or sets a value indicating whether the resize resize is allowed.
Declaration
public Dictionary<GridViewColumn, bool> AllowResizeState { get; set; }
Property Value
System.Collections.Generic.Dictionary<GridViewColumn, System.Boolean>
The state of the allow resize. |