WindowsUISeparator.IsLeft Property
Gets or sets whether or not this separator is aligned to the left border of its parent container.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[DefaultValue(false)]
public bool IsLeft { get; set; }
<DefaultValue(False)>
Public Property IsLeft As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true, if this separator is aligned to the left border of its parent container; otherwise, false. |
See Also
Feedback