Skip to main content
A newer version of this page is available. .

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.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(-1)]
[DXCategory("Appearance")]
public int FlowLayoutItemVertIndent { get; set; }

Property Value

Type Default Description
Int32 -1

The vertical distance between radio items in Flow layout mode.

See Also