Back to Devexpress

RepositoryItemRadioGroup.FlowLayoutItemVertIndent Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemradiogroup-fd43051e.md

latest1.8 KB
Original Source

RepositoryItemRadioGroup.FlowLayoutItemVertIndent Property

Gets or sets the vertical distance between radio items in Flow layout mode (see RepositoryItemRadioGroup.ItemsLayout).

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Appearance")]
public int FlowLayoutItemVertIndent { get; set; }
vb
<DefaultValue(-1)>
<DXCategory("Appearance")>
Public Property FlowLayoutItemVertIndent As Integer

Property Value

TypeDefaultDescription
Int32-1

The vertical distance between radio items in Flow layout mode.

|

See Also

ItemsLayout

FlowLayoutItemHorzIndent

Padding

RepositoryItemRadioGroup Class

RepositoryItemRadioGroup Members

DevExpress.XtraEditors.Repository Namespace