Table of Contents

Class GridSettings

Namespace
JJMasterData.Core.UI.Components
Assembly
JJMasterData.Core.dll

Class responsible to render the UI on JJGridView

public class GridSettings
Inheritance
GridSettings
Inherited Members

Properties

IsCompact

public bool IsCompact { get; set; }

Property Value

bool

IsHeaderFixed

public bool IsHeaderFixed { get; set; }

Property Value

bool

IsResponsive

public bool IsResponsive { get; set; }

Property Value

bool

RecordsPerPage

public int RecordsPerPage { get; set; }

Property Value

int

Remarks

(Default = 5)

ShowBorder

public bool ShowBorder { get; set; }

Property Value

bool

ShowRowHover

public bool ShowRowHover { get; set; }

Property Value

bool

ShowRowStriped

public bool ShowRowStriped { get; set; }

Property Value

bool

TotalPaginationButtons

public int TotalPaginationButtons { get; set; }

Property Value

int