SplitterPaneCollection.Owner Property
In This Article
Gets the collection’s owner.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SplitterPane Owner { get; }
#Property Value
Type | Description |
---|---|
Splitter |
A pane object that owns the collection. |
See Also