IListEditorColumn.Width Property
In This Article
Specifies the column’s width.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(null)]
string Width { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | null | The column’s width. |
#Remarks
Refer to the Width property description for more information and an example.
See Also