New to Telerik UI for WinFormsStart a free 30-day trial

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

Gets or sets a value indicating whether the resize resize is allowed.

C#
public Dictionary<GridViewColumn, bool> AllowResizeState { get; set; }
Property Value:

The state of the allow resize.