SplitterPane.Enabled Property
Gets or sets a value that indicates whether the splitter pane is enabled, allowing the pane to respond to end-user interactions.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Remarks
When this property is set to false, the splitter pane doesn’t respond to end-user interactions.
See Also