XPTable.Models.RowStyle.RowStyle C# (CSharp) Method

RowStyle() public method

Initializes a new instance of the RowStyle class with default settings
public RowStyle ( ) : System
return System
        public RowStyle()
        {
            this.backColor = Color.Empty;
            this.foreColor = Color.Empty;
            this.font = null;
            this.alignment = RowAlignment.Center;
        }
RowStyle