Gets or sets the name of a CSS class applied to an argument axis minor grid element.
Namespace:DevExpress.Web.Bootstrap
Assembly:DevExpress.Web.Bootstrap.v17.2.dll

Syntax
C# |
public string ArgumentAxisMinorGrid { get; set; }
|
VB |
Public Property ArgumentAxisMinorGrid As String
|
Property value
Type: String
A string specifying the name of a CSS class.
The default is String.Empty.

See Also