Skip to main content
All docs
V25.1
  • CheckBoxGlyphCollection.Add(CheckBoxState, ImageSource) Method

    Namespace: DevExpress.XtraPrinting

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public void Add(
        CheckBoxState checkState,
        ImageSource imageSource
    )

    Parameters

    Name Type
    checkState CheckBoxState
    imageSource ImageSource
    See Also