Skip to main content
A newer version of this page is available. .

IGrid.PopupEditFormCssClass Property

Specifies the name of the CSS class applied to the pop-up edit form.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(null)]
string PopupEditFormCssClass { get; set; }

Property Value

Type Default Description
String null

A CSS class name.

Remarks

Refer to the PopupEditFormCssClass property description for more information and an example.

See Also