Click or drag to resize
StyleIncludeVertAlign Property
Gets or sets the state of the VertAlign property.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool IncludeVertAlign { get; set; }

Property Value

Type: Boolean
true if the VertAlign property is initialized and false otherwise.
See Also