Skip to main content
All docs
V25.1
  • 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.v25.1.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