WinExplorerViewOptionsView.ContentHorizontalAlignment Property
Gets or sets the horizontal alignment for the WinExplorerView content.
Namespace: DevExpress.XtraGrid.WinExplorer
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(HorzAlignment.Default)]
public HorzAlignment ContentHorizontalAlignment { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| HorzAlignment | Default | A HorzAlignment enumeration value that specifies the horizontal alignment for the WinExplorerView content. |
Available values:
| Name | Description |
|---|---|
| Default | Places an object or text at the default position, which is determined by a control. |
| Near | Places an object/text at a near position. |
| Center | Centers an object or text within a region. |
| Far | Places an object/text at a far position. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ContentHorizontalAlignment |
|---|---|
| WinExplorerView |
|
See Also