Back to Devexpress

DxDrawer Properties

blazor-devexpress-dot-blazor-dot-dxdrawer-dot-underscore-properties.md

latest3.1 KB
Original Source

DxDrawer Properties

A side panel that supports minimized layout and expand/collapse operations.

NameDescription
ApplyBackgroundShadingSpecifies whether to shade the target content area when the drawer panel appears (for the Overlap mode only).
AttributesSpecifies a collection of standard HTML attributes applied to the Drawer.
BodyTemplateSpecifies a template for the drawer panel’s body.
ClosedCssClassAssigns a CSS class to the Drawer component when the panel is closed.
CloseOnEscapeSpecifies whether the drawer panel should be closed when a user presses Escape.
CloseOnTargetContentClickSpecifies whether the drawer panel should be closed when a user clicks the target content area (for Overlap mode only).
CssClassAssigns a CSS class to the DxDrawer component.
FooterTemplateSpecifies a template for the drawer panel’s footer.
HeaderTemplateSpecifies a template for the drawer panel’s header.
IdSpecifies the component’s unique identifier.
IsOpenSpecifies whether the drawer panel is open.
MiniCssClassAssigns a CSS class to the Drawer component when the panel is minimized.
MiniModeEnabledSpecifies whether a minimized panel is displayed when the drawer panel is closed (for the Shrink mode only).
MiniPanelWidthSpecifies the width of the minimized drawer panel.
ModeSpecifies how the drawer panel interacts with the target content area.
OpenCssClassAssigns a CSS class to the Drawer component when the panel is open.
PanelWidthSpecifies the width of the drawer panel.
PositionSpecifies where the drawer panel is displayed – to the left or right of the target content.
SizeModeSpecifies the size of the component and its content.
TargetContentSpecifies the drawer’s target content.
ZIndexSpecifies the drawer panel’s z-index (for the Overlap mode only).

See Also

DxDrawer Class

DxDrawer Members

DevExpress.Blazor Namespace