Class PropertyGridMode
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Grid mode settings selecting diagram/table styles and associated line styles.
public class PropertyGridMode : DomItem
- Inheritance
-
PropertyGridMode
- Inherited Members
Properties
GridLineStyleDiagram
Gets the line style settings for diagram grids.
[JsonInclude]
public PropertyGridLineStyle GridLineStyleDiagram { get; }
Property Value
GridLineStyleTable
Gets the line style settings for table grids.
[JsonInclude]
public PropertyGridLineStyle GridLineStyleTable { get; }
Property Value
Mode
Gets or sets the grid mode (engine specific constant).
public string Mode { get; set; }