Back to Devexpress

BaseOptionsView.DisableSkinBorder Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-baseoptionsview-13766842.md

latest2.0 KB
Original Source

BaseOptionsView.DisableSkinBorder Property

OBSOLETE

This property is no longer used.

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is no longer used.", false)]
public bool? DisableSkinBorder { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("This property is no longer used.", False)>
Public Property DisableSkinBorder As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

A Boolean value.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DisableSkinBorder
VGridControlBase

.OptionsView .DisableSkinBorder

|

See Also

BaseOptionsView Class

BaseOptionsView Members

DevExpress.XtraVerticalGrid Namespace