GridControl.FirstScrollableColumn Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property int FirstScrollableColumn { int get(); void set(int value); };
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.DefaultValue(0)]
[System.ComponentModel.Description("Index of the first scrollable column")]
public int FirstScrollableColumn { get; set; }
[<System.ComponentModel.Category("Appearance")>]
[<System.ComponentModel.DefaultValue(0)>]
[<System.ComponentModel.Description("Index of the first scrollable column")>]
member this.FirstScrollableColumn : int with get, set
Public Property FirstScrollableColumn As Integer
Valor da propriedade
Implementações
- Atributos