Skip to main content
All docs
V25.1
  • RoundedSkinPanel.UseDefaultPadding Property

    Gets or sets whether the Padding property is in effect.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [DefaultValue(DefaultBoolean.Default)]
    [DXCategory("Appearance")]
    public DefaultBoolean UseDefaultPadding { get; set; }

    Property Value

    Type Default Description
    DefaultBoolean Default

    Default or True to use the default padding calculation mechanism; False to use the Padding property value.

    Available values:

    Name Description Return Value
    True

    The value is true.

    0

    False

    The value is false.

    1

    Default

    The value is specified by a global option or a higher-level object.

    2

    Remarks

    The UseDefaultPadding property is in effect only with the WXI skin.

    See Also