Back to Devexpress

dxErrorScrollbarAnnotationStyle Variable

vcl-dxscrollbarannotations-aa8243ec.md

latest906 B
Original Source

dxErrorScrollbarAnnotationStyle Variable

Stores the default visual style for error scrollbar annotations.

Declaration

delphi
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

dxScrollbarAnnotations Unit