Skip to main content

LayoutViewColumn.Width Property

This property is not supported by the LayoutViewColumn class.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(75)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
[XtraSerializablePropertyId(3)]
public override int Width { get; set; }

Property Value

Type Default
Int32 75

Remarks

To customize the column’s (field’s) width, use the BaseLayoutItem.Size property of the LayoutViewColumn.LayoutViewField object. See this topic to learn more.

See Also