RowHeight Property (Grid)
Defines the height of Grid rows.
Syntax
[DefaultValue(NaN)] [HtmlAttributeName("rowHeight")] [Newtonsoft.Json.JsonProperty("rowHeight")] public double RowHeight {get; set;}
[DefaultValue(NaN)] [HtmlAttributeName("rowHeight")] [Newtonsoft.Json.JsonProperty("rowHeight")] public: property double RowHeight { double get(); void set ( double value); }
AssemblyVersion
Syncfusion.EJ2: 17.3500.0.26
See Also