Skip to main content

dxErrorScrollbarAnnotationStyle Variable

Stores the default visual style for error scrollbar annotations.

Declaration

var dxErrorScrollbarAnnotationStyle: TdxScrollbarAnnotationStyle = (
    Alignment: saaCenter;
    Color: dxacDefault;
    MaxHeight: 4;
    MinHeight: 4;
    Offset: 0;
    Width: 3
);

Variable Value

Type
TdxScrollbarAnnotationStyle

Remarks

The predefined error scrollbar annotation denotes all rows that contain validation errors. Use the dxErrorScrollbarAnnotationStyle global variable to adjust the default appearance of scrollbar error annotation marks.

See Also