Skip to main content
All docs
V25.1
  • RepositoryItemRadioGroup.Padding Property

    Gets or sets the amount of empty space between the control’s bounds and radio items.

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DXCategory("Appearance")]
    public Padding Padding { get; set; }

    Property Value

    Type Description
    Padding

    A value that specifies the amount of empty space around radio items.

    See Also