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

NavigatorButtonsBase.DefaultIndexByButtonType(NavigatorButtonType, Boolean) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public static int DefaultIndexByButtonType(
    NavigatorButtonType type,
    bool isRightToLeft
)

Parameters

Name Type
type NavigatorButtonType
isRightToLeft Boolean

Returns

Type
Int32
See Also