Table of Contents

Class BOBRowPatternPresets

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Provides preset RowStylePattern configurations.

public static class BOBRowPatternPresets
Inheritance
object
BOBRowPatternPresets

Properties

Every3rd

A preset that highlights every 3rd row using the header background color.

public static RowStylePattern Every3rd { get; }

Property Value

RowStylePattern

Every4th

A preset that highlights every 4th row using the header background color.

public static RowStylePattern Every4th { get; }

Property Value

RowStylePattern

Every5th

A preset that highlights every 5th row using the header background color.

public static RowStylePattern Every5th { get; }

Property Value

RowStylePattern

Striped

A preset that stripes rows using the header background color for even rows.

public static RowStylePattern Striped { get; }

Property Value

RowStylePattern

StripedReversed

A preset that stripes rows using the header background color for odd rows.

public static RowStylePattern StripedReversed { get; }

Property Value

RowStylePattern