Back to Devexpress

LayoutViewColumn.Width Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-layoutviewcolumn-80fb70c5.md

latest1.9 KB
Original Source

LayoutViewColumn.Width Property

This property is not supported by the LayoutViewColumn class.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(75)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
[XtraSerializablePropertyId(3)]
public override int Width { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(75)>
<XtraSerializableProperty>
<XtraSerializablePropertyId(3)>
Public Overrides Property Width As Integer

Property Value

TypeDefault
Int3275

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

Size

LayoutViewField

LayoutViewColumn Class

LayoutViewColumn Members

DevExpress.XtraGrid.Columns Namespace