ASPxRoundPanel.HorizontalAlign Property
Gets or sets the horizontal alignment of a panel’s contents.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
[DefaultValue(HorizontalAlign.NotSet)]
public HorizontalAlign HorizontalAlign { get; set; }
Property Value
Type | Default | Description |
---|---|---|
HorizontalAlign | NotSet | One of the HorizontalAlign enumeration values. |
Remarks
Example
Refer to the following demo for a full example: Button - Features.
<dx:ASPxRoundPanel ID="RadioButtonsGroupBox" runat="server" Width="100%" HeaderText="Radio buttons"
HorizontalAlign="Center">
<!-- ... -->
</dx:ASPxRoundPanel>
See Also