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

AlertButtonCollection.CustomButtonCount Property

Gets the number of custom buttons in the current collection.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public int CustomButtonCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of custom buttons in the current collection.

Remarks

This property supports the internal infrastructure, and typically there is no need to use it directly from your code.

See Also