Back to Devexpress

DrawerBuilder.MinSize(Double) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-drawerbuilder-dot-minsize-x28-system-dot-double-x29.md

latest1.3 KB
Original Source

DrawerBuilder.MinSize(Double) Method

Specifies the drawer's width or height (depending on the drawer's position) in the closed state. Mirrors the client-side minSize option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public DrawerBuilder MinSize(
    double value
)

Parameters

NameTypeDescription
valueDouble

The option value.

|

Returns

TypeDescription
DrawerBuilder

A reference to this instance after the method is called.

|

Remarks

Use the following notation to set the option’s value:

cshtml
@(Html.DevExtreme().Drawer()
    .MinSize(10)
)

See Also

DrawerBuilder Class

DrawerBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace