Back to Devexpress

DxDrawer Members

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

latest5.5 KB
Original Source

DxDrawer Members

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

Constructors

NameDescription
DxDrawer()Initializes a new instance of the DxDrawer class.

Properties

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).

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
IsOpenChangedFires when the drawer panel opens or closes.

See Also

DxDrawer Class

DevExpress.Blazor Namespace