Back to Devexpress

NavigatorCustomButton Constructors

windowsforms-devexpress-dot-xtraeditors-dot-navigatorcustombutton-dot-ctor.md

latest2.7 KB
Original Source

NavigatorCustomButton Constructors

A custom button within navigator controls.

NameParametersDescription
NavigatorCustomButton()noneInitializes a new instance of the NavigatorCustomButton class with default settings.
NavigatorCustomButton(Int32, Int32, Boolean, Boolean, String, Object)index, imageIndex, enabled, visible, hint, tagInitializes a new instance of the NavigatorCustomButton class with the specified settings.
NavigatorCustomButton(Int32, Int32, Boolean, String)index, imageIndex, enabled, hintInitializes a new instance of the NavigatorCustomButton class with the specified settings.
NavigatorCustomButton(Int32, Int32, String)index, imageIndex, hintInitializes a new instance of the NavigatorCustomButton class with the specified visual position, image index and hint.
NavigatorCustomButton(Int32, Int32)index, imageIndexInitializes a new instance of the NavigatorCustomButton class with the specified visual position and image index.
NavigatorCustomButton(Int32, String)imageIndex, hintInitializes a new instance of the NavigatorCustomButton class with the specified image index and hint.
NavigatorCustomButton(Int32)imageIndexInitializes a new instance of the NavigatorCustomButton class with the specified image index.

See Also

NavigatorCustomButton Class

NavigatorCustomButton Members

DevExpress.XtraEditors Namespace