IDocumentDefaultProperties.CanShowBorders Property
Gets whether this widget can show its borders.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if this widget can show its borders; otherwise, false. |
Remarks
See the IDocumentProperties.ShowBorders property to learn more.
See Also