Skip to main content

DXPopupDialogBase.FooterButtonsAreaIndent Property

Gets or sets the top indent between the footer and the content area in the DXPopupDialog. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double FooterButtonsAreaIndent { get; set; }

Property Value

Type Description
Double

The top indent between the footer and the content area.

See Also