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.v24.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