Skip to main content
A newer version of this page is available.

BrickStyle.IsValid Property

Gets a value indicating whether the brick style is valid.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[Browsable(false)]
public bool IsValid { get; }

Property Value

Type Description
Boolean

true if the current brick style is valid; otherwise, false.

Remarks

The IsValid property is used to verify whether the current brick style is valid according to some internal Printing System assumptions. Note that this method is primarily intended for internal use only; normally, you don’t need to use it.

See Also