Back to Devexpress

OptionsView.PaddingSpacingMode Property

windowsforms-devexpress-dot-xtralayout-dot-optionsview-39d0ce52.md

latest1.6 KB
Original Source

OptionsView.PaddingSpacingMode Property

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(PaddingMode.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
public PaddingMode PaddingSpacingMode { get; set; }
vb
<DefaultValue(PaddingMode.Default)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property PaddingSpacingMode As PaddingMode

Property Value

TypeDefaultDescription
DevExpress.XtraLayout.PaddingModeDefault

A PaddingMode value.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PaddingSpacingMode
LayoutControl

.OptionsView .PaddingSpacingMode

|

See Also

OptionsView Class

OptionsView Members

DevExpress.XtraLayout Namespace