Class BOBRowPatternPresets
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Provides preset RowStylePattern configurations.
public static class BOBRowPatternPresets
- Inheritance
-
objectBOBRowPatternPresets
Properties
Every3rd
A preset that highlights every 3rd row using the header background color.
public static RowStylePattern Every3rd { get; }
Property Value
Every4th
A preset that highlights every 4th row using the header background color.
public static RowStylePattern Every4th { get; }
Property Value
Every5th
A preset that highlights every 5th row using the header background color.
public static RowStylePattern Every5th { get; }
Property Value
Striped
A preset that stripes rows using the header background color for even rows.
public static RowStylePattern Striped { get; }
Property Value
StripedReversed
A preset that stripes rows using the header background color for odd rows.
public static RowStylePattern StripedReversed { get; }