Back to Devexpress

DxSplitterPane Members

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

latest4.0 KB
Original Source

DxSplitterPane Members

Defines a pane in the DxSplitter component.

Constructors

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

Properties

NameDescription
AllowCollapseSpecifies whether users can collapse the pane.
AllowResizeSpecifies whether users can resize the pane.
AttributesSpecifies a collection of standard HTML attributes applied to the splitter pane.
ChildContentSpecifies the Splitter pane content.
CollapsedSpecifies whether the pane is collapsed.
CssClassAssigns a CSS class to the splitter pane.
IdSpecifies the component’s unique identifier.
MaxSizeSpecifies the maximum size of the pane.
MinSizeSpecifies the minimum size of the pane.
SizeSpecifies the size of the pane.
VisibleSpecifies whether the pane is visible.

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
CollapsedChangedFires after a pane is expanded or collapsed.
SizeChangedFires when a pane’s size changes.

See Also

DxSplitterPane Class

DevExpress.Blazor Namespace