개발자의 사투

C# Devexpress grid Row Indicator Panel visible 본문

컴방/C#

C# Devexpress grid Row Indicator Panel visible

개발자룽 2020. 6. 30. 14:48

GridOptionsView.ShowIndicator - allows you to hide the row indicator panel.

 

GridOptionsView.ShowIndicator Property | WinForms Controls | DevExpress Documentation

GridOptionsView.ShowIndicator Property Namespace: DevExpress.XtraGrid.Views.Grid Assembly: DevExpress.XtraGrid.v20.1.dll Declaration C# VB.NET [DefaultValue(true)] [XtraSerializableProperty] public virtual bool ShowIndicator { get; set; } Public Overridabl

docs.devexpress.com

 

 

Comments