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

NavigatorCustomButton(Int32) Constructor

Initializes a new instance of the NavigatorCustomButton class with the specified image index.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public NavigatorCustomButton(
    int imageIndex
)

Parameters

Name Type Description
imageIndex Int32

An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the NavigatorButtonBase.ImageIndex property.

See Also