G4 Flashcards

(27 cards)

1
Q

DataGridView

A

A Windows Forms control that displays and manages data in a table format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Displaying Data in a Table

A

Organizes tabular data like database records in a structured format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Entering and Editing Data

A

Allows direct addition/modification/deletion of data in grid cells

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Sorting and Filtering Data

A

Enables column-header sorting and record filtering functionality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Selecting and Interacting with Data

A

Permits cell/row selection for editing or detailed views

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Customizing Appearance

A

Adjusts fonts, colors, and layout settings for visual alignment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Handling Large Data

A

Uses virtual mode and lazy loading for efficient dataset management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

AccessibleName

A

Property that names the control for assistive technologies (e.g., “Customer Data Table”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

AccessibleDescription

A

Provides additional context about the grid’s purpose for screen readers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

BackgroundColor

A

Sets the grid’s background color (e.g., Color.LightGray)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

AllowUserToAddRows

A

Boolean property controlling manual row addition capability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

AllowUserToOrderColumns

A

Enables column reordering via drag-and-drop when true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

DataSource

A

Binds the grid to external data sources like databases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

ReadOnly

A

When true, prevents users from editing grid content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

TabIndex

A

Determines focus order during keyboard navigation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

DateTimePicker

A

Control for visual date/time selection with formatted display

17
Q

User-Friendly Date Input

A

Provides intuitive interface for date selection in forms

18
Q

Ensuring Valid Date Entries

A

Restricts selectable dates to prevent illogical inputs

19
Q

Enhancing Data Processing

A

Standardizes dates for calculations and reporting

20
Q

AccessibleName (DateTimePicker)

A

Screen reader identifier (e.g., “Birth Date Picker”)

21
Q

CustomFormat

A

Defines custom date display formats (e.g., “MM/dd/yyyy”)

22
Q

MaxDate

A

Sets the latest selectable date (e.g., DateTime.Today)

23
Q

ShowCheckBox

A

Displays checkbox to enable/disable the control when true

24
Q

DataSet

A

In-memory cache of data consisting of DataTable objects

25
DataRelation
Links tables within a DataSet to establish relationships
26
UniqueConstraint
Enforces data integrity by preventing duplicate values
27
ForeignKeyConstraint
Maintains referential integrity between related tables