AutoRowHeights Property (FlexGridBase<T>)
In This Topic
Gets or sets a value that determines whether the grid should automatically resize the rows when the data or grid layout change.
Syntax
'Declaration
Public Overridable Property AutoRowHeights As System.Boolean
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.Boolean
instance.AutoRowHeights = value
value = instance.AutoRowHeights
public virtual System.bool AutoRowHeights {get; set;}
public read-write property AutoRowHeights: System.Boolean; virtual;
public function get,set AutoRowHeights : System.boolean
public: __property virtual System.bool get_AutoRowHeights();
public: __property virtual void set_AutoRowHeights(
System.bool value
);
public:
virtual property System.bool AutoRowHeights {
System.bool get();
void set ( System.bool value);
}
See Also