StyleName Property
StyleName
Gets or sets the name of the custom style for cells in this alternating row.
 
Declaration
  [TypeConverter(typeof(StyleNameConverter))]
public string StyleName { get; set; }
 
  <TypeConverter(GetType(StyleNameConverter))>
Public Property StyleName As String