SplitterSeparators.Owner Property
In This Article
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 |
---|---|
Splitter |
A Splitter |
See Also