Skip to main content
Tab

SplitterSeparators.Owner Property

Gets a pane that owns the current SplitterSeparators object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public SplitterPane Owner { get; }

#Property Value

Type Description
SplitterPane

A SplitterPane object representing the owner of the current pane.

See Also