Skip to main content

RepositoryItemRadioGroup.FlowLayoutItemHorzIndent Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Int32 -1

The horizontal distance between adjacent radio items in Flow layout mode.

See Also